82. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-11-23 04:31:26 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

82.1 Files compared

#LocationFileLast Modified
1/Users/coca/Documents/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme 4.0.6/app/design/frontend/Smartwave/porto/Smartwave_Portorequirejs-config.js2023-07-12 03:39:13 +0000
2/Users/coca/Documents/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme 4.0.7/app/design/frontend/Smartwave/porto/Smartwave_Portorequirejs-config.js2023-08-17 03:52:29 +0000

82.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged362
Changed24
Inserted00
Removed00

82.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

82.4 Active regular expressions

No regular expressions were active.

82.5 Comparison detail

1 var config = { 1 var config = {
2     paths: { 2     paths: {
3         'imagesloaded': 'Smartwave_Porto/js/imagesloaded', 3         'imagesloaded': 'Smartwave_Porto/js/imagesloaded',
4         'packery': 'Smartwave_Porto/js/packery.pkgd', 4         'packery': 'Smartwave_Porto/js/packery.pkgd',
5         'themeSticky': 'js/jquery.sticky.min', 5         'themeSticky': 'js/jquery.sticky.min',
6         'pt_appear': 'Smartwave_Porto/js/apear', 6         'pt_appear': 'Smartwave_Porto/js/apear',
7         'pt_animate': 'Smartwave_Porto/js/animate', 7         'pt_animate': 'Smartwave_Porto/js/animate',
8         'lazyload': 'js/jquery.lazyload', 8         'lazyload': 'js/jquery.lazyload',
9         'owlcarousel': 'owl.carousel/owl.carousel', 9         'owlcarousel': 'owl.carousel/owl.carousel',
10         'parallax': 'js/jquery.parallax.min', 10         'parallax': 'js/jquery.parallax.min',
11         'floatelement': 'js/jquery.floatelement' 11         'floatelement': 'js/jquery.floatelement'
12     }, 12     },
13     shim: { 13     shim: {
14         'packery': { 14         'packery': {
15             deps: ['jquery','imagesloaded'] 15             deps: ['jquery','imagesloaded']
16         }, 16         },
17         'themeSticky': { 17         'themeSticky': {
18             deps: ['jquery'] 18             deps: ['jquery']
19         }, 19         },
20         'pt_animate': { 20         'pt_animate': {
21           deps: ['jquery','pt_appear'] 21           deps: ['jquery','pt_appear']
22         }, 22         },
23         'owl.carousel/owl.carousel': { 23         'owlcarousel': {
24             deps: ['jquery'] 24             deps: ['jquery']
25         }, 25         },
26         'js/jquery.lazyload': { 26         '
lazyload': {
27             deps: ['jquery'] 27             deps: ['jquery']
28         }, 28         },
29         'floatelement': { 29         'floatelement': {
30           deps: ['jquery'] 30           deps: ['jquery']
31         } 31         }
32     } 32     }
33 }; 33 };